DLINE

Syntax: DLINE [#ch,] [range {,range}]        (Not SMS)
   and: DLINE [range {,range}]               (SMS Only)
Location: QL ROM

This command deletes a given range of lines from the current SuperBASIC program. The range of lines is as per the LIST command.

When the lines have been deleted, except under SMS, the current listed lines are re-shown in the given channel (default #2).

NOTE:
DLINE TO is expanded to DLINE 1 TO 32767.

CROSS-REFERENCE:
EDIT and AUTO allow you to enter lines.
LIST allows you to view program lines.
